const net._IPPROTO_MPTCP
5 uses
net (current package)
mptcpsock_linux.go#L24: _IPPROTO_MPTCP = 0x106
mptcpsock_linux.go#L37: s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, _IPPROTO_MPTCP)
mptcpsock_linux.go#L56: if conn, err := sd.doDialTCPProto(ctx, laddr, raddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L72: if dial, err := sl.listenTCPProto(ctx, laddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L114: return proto == _IPPROTO_MPTCP
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |